Disable v2v test harness.
authorHilko Bengen <bengen@debian.org>
Tue, 10 Apr 2018 22:42:27 +0000 (00:42 +0200)
committerHilko Bengen <bengen@debian.org>
Sat, 11 Aug 2018 14:20:40 +0000 (15:20 +0100)
It needs libvirt-ocaml later than 0.6.1.4 ... which is not present in
Debian yet.

Gbp-Pq: Name 0014-Disable-v2v-test-harness.patch

v2v/test-harness/Makefile.am

index d69188969e423aa4b13d8ecf0759bf3d2900fcbb..fe7c40a01cf674ca7ec7d639228413efeaf227b8 100644 (file)
@@ -30,6 +30,7 @@ SOURCES_MLI = \
 SOURCES_ML = \
        v2v_test_harness.ml
 
+if FALSE
 if HAVE_OCAML
 if HAVE_OCAML_PKG_LIBVIRT
 
@@ -130,6 +131,7 @@ stamp-virt-v2v-test-harness.pod: virt-v2v-test-harness.pod
        $(top_builddir)/ocaml-dep.sh -I .. $^
 -include .depend
 
+endif
 endif
 endif